const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3305: http2stateClosed
h2_bundle.go#L3313: http2stateClosed: "Closed",
h2_bundle.go#L4335: return http2stateClosed, nil
h2_bundle.go#L4339: return http2stateClosed, nil
h2_bundle.go#L4826: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L4881: case http2stateClosed:
h2_bundle.go#L5245: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5248: st.state = http2stateClosed
h2_bundle.go#L5981: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)